RAM_F.trainers.addTrainer( id )
RAM_F.pokedex.addPokemon( id )
RAM_F.pokedex.removePokemon( id )
RAM_F.pokedex.addPokemonArea( id,x,y )		(string param)
RAM_F.items.addItem( id )
RAM_F.items.removeItem( id )
RAM_F.equipment.addItem( id )
RAM_F.equipment.removeitem( id )
RAM_F.pokemon.addPokemon( id,level )		(string param)
RAM_F.pokemon.removePokemon( id )
RAM_F.pokemon.hasTM( moveName )
RAM_F.pokemon.addTM( moveName )
	Adds the TM attack to the trainer.		(doesn't add a TM item)
RAM_F.storage.addPokemon( id,level )		(string param)
RAM_F.storage.removePokemon( id )
RAM_F.getNickname( name )
RAM_F.shops.restockRandom( itemName )
	Randomly add this item to one of the last 2 shops visited.
RAM_F.copySprite( spriteName, storePath )
RAM_F.party.placeMember( partyMemberName, followSpriteName )
RAM_F.copyObject( src_path, dest_path )
RAM_F.getKeyName( keyCode )
